Parity Out - vertaling naar spaans
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

Parity Out - vertaling naar spaans

BIT ADDED TO A BINARY STRING TO ENSURE THAT THE SUM OF THE BIT VALUES IS EVEN OR ODD; USED AS AN ERROR DETECTING CODE
Check bit; Parity Bit; Parity check; Parity (telecommunication); Even parity; Odd parity; Odd Parity; Even Parity; Parity checking; Check bits; Parity block; Parity error; Parity Error; Parity checking bit; Parity bits; Parity code; Bit interface parity

Parity Out      
Paridad de salida
Check bit         
Bit de comprobación
odd parity         
Paridad o imparidad, Protocolo para la revisión de errores que revisa a cada unidad de información si la suma es par o no

Definitie

fino
fino, -a (de "fin")
1 adj. *Delgado; de poco grosor o espesor: "Un papel [o un hilo] fino". Entrefino, finústico, superfino. Se aplica particularmente a "punta". Aplicado a las personas y, particularmente, a "facciones" o "tipo", delgado y correcto de forma[s].
2 Mar. Se aplica al *barco que corta bien el agua.
3 (inf.) Aplicado a personas y a su manera de hablar u obrar, *astuto o hábil en el trato social en su propio beneficio.
4 Aplicado a los sentidos, *agudo: "No tiene un olfato muy fino".
5 *Liso o *suave; sin asperezas.
6 *Delicado o *selecto: Aplicado a cosas, hecho con más cuidado o para un gusto más exigente que las cosas ordinarias: "Muebles [o dulces] finos. Un espectáculo fino". Aplicado a personas, de maneras distinguidas y corteses. Afiligranado, *delicado, distinguido, *elegante, escogido, exquisito, fileno, de buen gusto, primoroso, *refinado, *selecto, señor, *suave, de buen tono. Filigrana, fililí, fineza, finura, filis, filustre. Afectado, *cursi, finolis, *ñoño. *Afinar. *Amable. *Correcto. *Cortés. *Educar. *Pulido.
7 Aplicado a "amigo, amante" o palabras equivalentes, muy *amable o atento. También se ha dicho "fina amistad, fino amor", etc.
8 adj. y n. m. Se aplica a un vino de Jerez muy seco, con una graduación que oscila entre 15. y 17?.
V. "canela fina, piedra fina".

Wikipedia

Parity bit

A parity bit, or check bit, is a bit added to a string of binary code. Parity bits are a simple form of error detecting code. Parity bits are generally applied to the smallest units of a communication protocol, typically 8-bit octets (bytes), although they can also be applied separately to an entire message string of bits.

The parity bit ensures that the total number of 1-bits in the string is even or odd. Accordingly, there are two variants of parity bits: even parity bit and odd parity bit. In the case of even parity, for a given set of bits, the bits whose value is 1 are counted. If that count is odd, the parity bit value is set to 1, making the total count of occurrences of 1s in the whole set (including the parity bit) an even number. If the count of 1s in a given set of bits is already even, the parity bit's value is 0. In the case of odd parity, the coding is reversed. For a given set of bits, if the count of bits with a value of 1 is even, the parity bit value is set to 1 making the total count of 1s in the whole set (including the parity bit) an odd number. If the count of bits with a value of 1 is odd, the count is already odd so the parity bit's value is 0. Even parity is a special case of a cyclic redundancy check (CRC), where the 1-bit CRC is generated by the polynomial x+1.